[INFO] cloning repository https://github.com/rudyhb/advent-of-code-2022
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rudyhb/advent-of-code-2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frudyhb%2Fadvent-of-code-2022", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frudyhb%2Fadvent-of-code-2022'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 66c50161e08f264ee2a0367637f0d18d7c406744
[INFO] checking rudyhb/advent-of-code-2022 against try#b152f5575a2ac7126ae0019e4e679abe9399213e for pr-157841
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frudyhb%2Fadvent-of-code-2022" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rudyhb/advent-of-code-2022
[INFO] finished tweaking git repo https://github.com/rudyhb/advent-of-code-2022
[INFO] tweaked toml for git repo https://github.com/rudyhb/advent-of-code-2022 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rudyhb/advent-of-code-2022 on toolchain b152f5575a2ac7126ae0019e4e679abe9399213e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rudyhb/advent-of-code-2022 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded backon v1.3.0
[INFO] [stderr]   Downloaded thiserror-impl v2.0.9
[INFO] [stderr]   Downloaded string-interner v0.14.0
[INFO] [stderr]   Downloaded thiserror v2.0.9
[INFO] [stderr]   Downloaded permutator v0.4.3
[INFO] [stderr]   Downloaded tokio v1.42.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b26b976813009670e4d74034a9e9f12e3f30e17ef0e7a9eb10735b4d9ebd0d5a
[INFO] running `Command { std: "docker" "start" "b26b976813009670e4d74034a9e9f12e3f30e17ef0e7a9eb10735b4d9ebd0d5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b26b976813009670e4d74034a9e9f12e3f30e17ef0e7a9eb10735b4d9ebd0d5a" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b26b976813009670e4d74034a9e9f12e3f30e17ef0e7a9eb10735b4d9ebd0d5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b26b976813009670e4d74034a9e9f12e3f30e17ef0e7a9eb10735b4d9ebd0d5a" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling syn v2.0.91
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]    Compiling thiserror v2.0.9
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking backon v1.3.0
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking num v0.2.1
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking permutator v0.4.3
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking string-interner v0.14.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking utils v0.2.0 (https://github.com/rudyhb/utils.git#e9eda323)
[INFO] [stderr]     Checking advent-of-code-2022 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day16_proboscidea_volcanium.rs:451:13
[INFO] [stdout]     |
[INFO] [stdout] 451 |         let mut moving = &mut self.moving[index];
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day16_proboscidea_volcanium.rs:451:13
[INFO] [stdout]     |
[INFO] [stdout] 451 |         let mut moving = &mut self.moving[index];
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_open_history`, `get_network`, and `formatted_history` are never used
[INFO] [stdout]    --> src/day16_proboscidea_volcanium.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 265 | trait Stateful<'a>
[INFO] [stdout]     |       -------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 272 |     fn get_open_history(&self) -> &[DefaultSymbol];
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 273 |     fn get_network(&self) -> &'a Network;
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 274 |
[INFO] [stdout] 275 |     fn formatted_history(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day10_cathode_ray_tube.rs:114:19
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn cycles(&mut self) -> CpuCycles {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn cycles(&mut self) -> CpuCycles<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `interner` is never read
[INFO] [stdout]   --> src/day16_proboscidea_volcanium.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct Network {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] 32 |     interner: StringInterner,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_open_history`, `get_network`, and `formatted_history` are never used
[INFO] [stdout]    --> src/day16_proboscidea_volcanium.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 265 | trait Stateful<'a>
[INFO] [stdout]     |       -------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 272 |     fn get_open_history(&self) -> &[DefaultSymbol];
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 273 |     fn get_network(&self) -> &'a Network;
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 274 |
[INFO] [stdout] 275 |     fn formatted_history(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]    --> src/day16_proboscidea_volcanium.rs:287:8
[INFO] [stdout]     |
[INFO] [stdout] 287 | struct State<'a> {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_move_cost`, `next_candidates`, `move_and_open`, and `next` are never used
[INFO] [stdout]    --> src/day16_proboscidea_volcanium.rs:297:12
[INFO] [stdout]     |
[INFO] [stdout] 296 | impl<'a> State<'a> {
[INFO] [stdout]     | ------------------ associated items in this implementation
[INFO] [stdout] 297 |     pub fn new(network: &'a Network, minutes: usize, position: DefaultSymbol) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 312 |     fn get_move_cost(&self, from: DefaultSymbol, to: DefaultSymbol) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |     fn next_candidates(&self) -> Vec<DefaultSymbol> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 328 |     fn move_and_open(&mut self, destination: DefaultSymbol) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 342 |     pub fn next(self) -> NextState<Self> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CoopState` is never constructed
[INFO] [stdout]    --> src/day16_proboscidea_volcanium.rs:383:8
[INFO] [stdout]     |
[INFO] [stdout] 383 | struct CoopState<'a> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MovingCharacter` is never constructed
[INFO] [stdout]    --> src/day16_proboscidea_volcanium.rs:392:8
[INFO] [stdout]     |
[INFO] [stdout] 392 | struct MovingCharacter {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_move_cost`, `next_candidates`, `move_and_open`, and `next` are never used
[INFO] [stdout]    --> src/day16_proboscidea_volcanium.rs:400:12
[INFO] [stdout]     |
[INFO] [stdout] 399 | impl<'a> CoopState<'a> {
[INFO] [stdout]     | ---------------------- associated items in this implementation
[INFO] [stdout] 400 |     pub fn new(network: &'a Network, minutes: usize, position: DefaultSymbol) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 427 |     fn get_move_cost(&self, from: DefaultSymbol, to: DefaultSymbol) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 430 |     fn next_candidates(&self, index: usize) -> Vec<DefaultSymbol> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 443 |     fn move_and_open(&mut self, destination: DefaultSymbol, index: usize) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 459 |     pub fn next(mut self) -> NextState<Self> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Done` and `Children` are never constructed
[INFO] [stdout]    --> src/day16_proboscidea_volcanium.rs:516:5
[INFO] [stdout]     |
[INFO] [stdout] 515 | enum NextState<T> {
[INFO] [stdout]     |      --------- variants in this enum
[INFO] [stdout] 516 |     Done(T),
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 517 |     Children(Vec<T>),
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/day10_cathode_ray_tube.rs:114:19
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn cycles(&mut self) -> CpuCycles {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn cycles(&mut self) -> CpuCycles<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.34s
[INFO] running `Command { std: "docker" "inspect" "b26b976813009670e4d74034a9e9f12e3f30e17ef0e7a9eb10735b4d9ebd0d5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b26b976813009670e4d74034a9e9f12e3f30e17ef0e7a9eb10735b4d9ebd0d5a", kill_on_drop: false }`
[INFO] [stdout] b26b976813009670e4d74034a9e9f12e3f30e17ef0e7a9eb10735b4d9ebd0d5a
